home *** CD-ROM | disk | FTP | other *** search
/ Electronic Print Media Service 1998 January / Electronic Print Media Service 1998 January.iso / Ideasrc / Snowfall.Dir / 00042_Script_42 < prev    next >
Text File  |  1997-11-14  |  290b  |  9 lines

  1. on dropit
  2.   puppetsound (1) "drop"
  3.   repeat while the locV of sprite (the clickon) < 420
  4.     set the locV of sprite (the clickon) to the locV of sprite (the clickon) +5
  5.     updatestage  
  6.   end repeat
  7.   if the locV of sprite (the clickon) > 400 then puppetsound (1) "hit"
  8. end dropit
  9.